home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_109953.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  77 lines

  1. -- card: 109953 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=346 top=248 right=270 bottom=460
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Second button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   --this is the script of second button
  23.   play harpsichord c5e a4 f c4q fe cq.
  24.   edit script of button "first button"
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: A003
  32. -- rect: left=221 top=248 right=270 bottom=333
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: First button
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   --this is the script of First button
  44.   play harpsichord c4e f a c5q a4e c5q.
  45.   edit script of button "Second button"
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part contents for background part 2
  51. ----- text -----
  52. Edit script
  53.  
  54. -- part contents for background part 1
  55. ----- text -----
  56. edit script of <object> 
  57.  
  58. Opens the script editor so you can edit the object's script.
  59.  
  60. Edit script of button 1
  61.  
  62. Repeat with bb = 1 to the number of buttons
  63.    edit script of button bb
  64. end repeat
  65.  
  66. -- part contents for background part 44
  67. ----- text -----
  68. Form
  69.  
  70. What it does
  71.  
  72.  
  73. Examples
  74.  
  75. -- part contents for background part 43
  76. ----- text -----
  77. 337,122